projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
272199a
)
(widget-keymap): Bind M-TAB to `widget-backward'.
author
Juri Linkov
<juri@jurta.org>
Thu, 8 Dec 2005 07:48:29 +0000
(07:48 +0000)
committer
Juri Linkov
<juri@jurta.org>
Thu, 8 Dec 2005 07:48:29 +0000
(07:48 +0000)
lisp/wid-edit.el
patch
|
blob
|
history
diff --git
a/lisp/wid-edit.el
b/lisp/wid-edit.el
index 0df0b7365db28b1676de3e8ceeaa8021db8e050e..b6dc9470d2cabdbb74469a7da7e36140d70a6581 100644
(file)
--- a/
lisp/wid-edit.el
+++ b/
lisp/wid-edit.el
@@
-852,6
+852,7
@@
button end points."
(defvar widget-keymap
(let ((map (make-sparse-keymap)))
(define-key map "\t" 'widget-forward)
+ (define-key map "\e\t" 'widget-backward)
(define-key map [(shift tab)] 'widget-backward)
(define-key map [backtab] 'widget-backward)
(define-key map [down-mouse-2] 'widget-button-click)